(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <clib/intuition_protos.h>
void MoveWindow()
SYNOPSIS
struct Window * window
LONG dx
LONG dy

LOCATION
In IntuitionBase at offset 28
FUNCTION
Change the position of a window on the screen.

INPUTS
window
Move this window
dx, dy
Move it that many pixels along the axis (right, down)
RESULT
The window will move when the next input event will be received.

NOTES
EXAMPLE
BUGS
SEE ALSO
SizeWindow()
INTERNALS
HISTORY
03.03.1997 digulla
Two new functions